Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / ValueMemberPath Property

In This Topic
    ValueMemberPath Property (C1AutoComplete<T>)
    In This Topic
    Gets or sets the path that is used to get the value from the item.
    Syntax
    'Declaration
     
    
    Public Property ValueMemberPath As String
    public string ValueMemberPath {get; set;}
    See Also